Fix library name
authorFélix Piédallu <felix@piedallu.me>
Thu, 14 Dec 2017 14:52:47 +0000 (15:52 +0100)
committerØyvind Kolås <pippin@gimp.org>
Sat, 16 Dec 2017 01:44:00 +0000 (02:44 +0100)
babl/meson.build

index c335d634fc85c88cea4744533791f4ebbf71cb87..a46a7f5fd513656f19b11420ef2dbb2a5d64ef2d 100644 (file)
@@ -78,7 +78,7 @@ install_headers(babl_headers,
   subdir: join_paths(lib_name, 'babl')
 )
 
-babl = library('babl',
+babl = library(lib_name,
   babl_sources,
   include_directories: [ rootInclude, bablBaseInclude],
   c_args:   [ '-DLIBDIR="' + get_option('libdir') + '"', ],